< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03050000.xhp

(section: fehlerbehan)

Error-Handling Functions
エラー処理関数(hd_id3143271.1)

Use the following statements and functions to define the way Office Basic reacts to run-time errors.
下記のステートメントおよび関数は、Office Basic による実行時エラーの処理法を指定するものです、(par_id3145068.2)

(/section: fehlerbehan)

Office Basic offers several methods to prevent the termination of a program when a run-time error occurs.
Office Basic には、実行時エラー発生時のプログラム中断を防止するための機能が各種用意されています。(par_id3148946.3)

(embed text/sbasic/shared/03050100.xhp#erl : linkinfo)

Erl Function [Runtime]
Erl 関数 [実行時](hd_id3157896.1)

Returns the line number where an error occurred during program execution.
プログラム実行時にエラーの発生した行番号を返します。(par_id3153394.2)

(/embed text/sbasic/shared/03050100.xhp#erl)

(embed text/sbasic/shared/03050200.xhp#err : linkinfo)

Err Function [Runtime]
Err 関数 [実行時](hd_id3156343.1)

Returns an error code that identifies the error that occurred during program execution.
プログラム実行中に発生したエラー内容の特定に利用するエラーコードを返します。(par_id3150541.2)

(/embed text/sbasic/shared/03050200.xhp#err)

(embed text/sbasic/shared/03050300.xhp#errorf : linkinfo)

Error Function [Runtime]
Error 関数 [実行時](hd_id3159413.1)

Returns the error message that corresponds to a given error code.
与えられたエラーコードに該当するエラーメッセージを返します。(par_id3148663.2)

(/embed text/sbasic/shared/03050300.xhp#errorf)

(embed text/sbasic/shared/03050500.xhp#onerrorgotoresume : linkinfo)

On Error GoTo ... Resume Statement [Runtime]
On Error GoTo ...Resume ステートメント [実行時](hd_id3146795.1)

Enables an error-handling routine after an error occurs, or resumes program execution.
エラー発生時のエラーハンドリング用ルーチンおよび、プログラムの実行再開を指定します。(par_id3150358.2)

(/embed text/sbasic/shared/03050500.xhp#onerrorgotoresume)


< Prev / Next >